html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  background: #fafafa;
  overflow-x: hidden;
}

.body-overflow {
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input:focus::placeholder {
  color: transparent !important;
}

* {
  font-family: "Poppins", sans-serif !important;
}

.container {
  padding: 0 1.6rem;
  max-width: 128rem;
  margin: 0 auto;
}

.container-second {
  padding: 0 1.6rem;
  max-width: 130.8rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1199.9px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1023.9px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 991.9px) {
  html {
    font-size: 7px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 2rem;
}

@media only screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-11 {
    grid-column: span 11;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container,
  .container-second {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .breadcrumb a {
    display: none !important;
  }
  .breadcrumb {
    padding: 0 !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #121212;
  } */

input,
textarea,
select {
  color: #444;
  background-color: transparent;
}

ul {
  padding-left: 0;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
}

button,
input,
textarea {
  outline: 0;
  cursor: pointer;
}

section {
  height: 100vh;
  display: flex;
}

.answer-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}
.answer-icon::after,
.answer-icon::before {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.2rem;
  height: 1rem;
  content: "";
  background-color: #100718;
  opacity: 0.8;
  width: 0.2rem;
  height: 2rem;
  transition: 0.3s;
}
.answer-icon::before {
  transform: rotate(90deg);
}

.accordionCard {
  background: #ffffff;
  height: 100vh;
  min-width: 5vw;
  display: flex;
  flex-direction: row-reverse;
  transition: all ease 0.6s;
  overflow: hidden;
  width: 5vw;
}

.accordionCard.active {
  width: 65vw;
}
.accordionCard-header {
  width: 4.96vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 15rem 0;
  height: -webkit-fill-available;
  border: 0.05rem solid #575757;
  border-top: 0;
  border-bottom: 0;
  /* border-right: 0; */
  background: #fef9ef;
  white-space: nowrap;
  cursor: pointer;
}

.accordionCard-header h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #151515;
  transform: rotate(-90deg);
}
.accordionCard-header.active {
  display: none;
}
.accordionCard-body {
  display: none;
  transition: all ease 0.4s;
  width: 0;
  max-width: 0;
  overflow: hidden;
}
.accordionCard-body.active {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  min-width: 65vw;
  visibility: visible;
}
.accordionCardInner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.accordionRight {
  width: 50%;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.accordionRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordionLeft {
  width: 50%;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 0.15rem solid #000000;
}
.accordionHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: -webkit-fill-available;
  padding: 3% 6% 1%;
  border-bottom: 0.15rem solid #000000;
}
.miniContact{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.miniContact a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: rgb(0, 0, 0, 0.8);
  transition: 0.4s;
}
.miniContact a:hover {
  opacity: 0.7;
}
.miniContact a svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}

.logo {
    height: 10rem;
    max-width: 38%;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.accordionBodyTop {
  padding: 0 5% 5%;
  max-height: 60vh;
  overflow: auto;
}
::-webkit-scrollbar {
  width: .6rem;
}
::-webkit-scrollbar-track {
  background: #04164866;
  border-radius: 0.4rem;
}
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0.4rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #031033;
}

.accordionBodyTop h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 1.2rem;
}

.accordionBodyTop p,
.accordionBodyTop ul li{
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.accordionBodyTop ul li{
  margin-bottom: .6rem;
  font-size: 1.4rem;
  width: 40%;
}
.accordionBodyTop p{
    font-size: 1.6rem;
    line-height: 130%;
}
.accordionBodyTop ul{
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    max-height: 22rem;
    flex-wrap: wrap;
}
.accordionBodyTop p:last-child,
.accordionBodyTop ul li:last-child{
  margin-bottom: 0;
}
.accordionBodyBottom {
  border-top: 0.15rem solid #000000;
  padding: 0 3%;
  height: 6.8rem;
  display: flex;
  align-items: center;
}
.socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3%;
}

.socials a {
  height: 2.8rem;
  width: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #141414;
  border-radius: 50%;
  margin-right: 0.6rem;
  transition: 0.3s;
}
.socials a:last-child {
  margin-right: 0;
}
.socials a svg {
  width: 1.4rem;
  height: 1.4rem;
}
.socials a:hover {
  background-color: #fef9ef;
  border: 0.1rem solid #fef9ef;
}
.otherLink {
  height: 100%;
  border-left: 0.15rem solid #000;
  display: flex;
  align-items: center;
  padding-left: 5%;
}

.otherLink a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #151515;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.otherLink a svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: .8rem;
}
.otherLink:hover a {
  color: #1515159b;
}

.otherLink a svg,
.otherLink a svg path {
  transition: 0.3s;
}
.otherLink a:hover svg {
  margin-left: 1.6rem;
}
.otherLink a:hover svg path {
  fill: #1515159b;
}
.mobile {
  display: none;
}
@media (max-width: 991.9px) {
    .accordionBodyTop p, .accordionBodyTop ul li{
        font-size: 1.4rem;
        line-height: 120%;
    }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    /* height: 100vh; */
    /* overflow: hidden; */
    position: relative;
  }
  .accordionRight{
      height: 60vh !important;
  }

  .accordionCard-body {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    min-width: 65vw;
    visibility: visible;
    overflow: auto;
  }
  #tabs {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 10rem 0 5rem;
  }
  #tabs li a {
    font-style: normal;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 145%;
    color: #fef9ef;
  }
  #tabs li a.inactive {
    color: #ffffff60;
  }
  #tabs li {
    /* width: 100%; */
    list-style: none;
    margin-bottom: 2.4rem;
  }
  .tabs-container {
    display: none;
  }
  .tabs-container:first-child {
    display: block;
  }
  .menuInner {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #151515;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    transform: translateX(100%);
    transition: all ease 0.6s;
  }
  .menuInner.active {
    transform: translate(0);
  }
  .menuInner .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }
  .close svg {
    width: 3.2rem;
    height: 2.2rem;
  }
  .close svg path{
    stroke: #fff
  }
  .open {
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 3;
  }
  .open img {
    width: 4.2rem;
    object-fit: contain;
  }
  .accordionCardInner {
    flex-direction: column;
  }
  .accordionLeft,
  .accordionRight {
    width: 100%;
    height: auto;
  }
  .accordionBodyTop {
    padding: 2rem;
  }
  .accordionHeader {
    padding: 2rem 7.6rem 2.4rem 2rem;
    flex-direction: column;
  }
  .miniContact {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
  }
  .miniContact a {
    font-size: 1.4rem;
  }
  .logo {
    height: 4rem;
  }
  .accordionBodyBottom {
    padding: 0 2rem;
  }
  .accordionRight {
    height: 40vh;
  }
}
.buttonClassBlue{
    
    padding: 0 1rem;
    height: 3rem;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.01em;
    color: #fff !important;
    background: #3077b2;
    border: 0.1rem solid #3077b2;
    border-radius: 0.3rem;
    opacity: 1;
    transition: .4s;
}
